/* header */
.header { position:relative; height:142px; background:#fff9f3; border-bottom:2px solid #d42c0d; z-index:100; }
.header .head { width:980px; margin:0 auto; height:99px; position:relative; z-index:99; }
.header .logo { width:360px; height:65px; float:left; overflow:hidden; margin:18px 0 0 22px; }
.header .logo img { width:360px; height:65px; }
.header .opr { float:right; width:340px; padding-right:20px; text-align:right; padding-top:15px; }
.header .opr .t { float:right; width:100%; margin-right:-10px; display:inline; color:#e03802; margin-bottom:20px; }
.header .opr .t a { height:20px; line-height:20px; display:inline-block; color:#e03802; margin:0 10px; }
.header .opr .t a:hover { text-decoration:underline; }
.header .opr .t a.mobile { padding-left:15px; background:url(../images/home/mobile.gif) left center no-repeat; }
.header .opr .t a.setHome { padding-left:15px; background:url(../images/home/setHome.gif) left center no-repeat; }
.header .opr .t a.addFavo { padding-left:15px; background:url(../images/home/addFavo.gif) left center no-repeat; }
.header .search { float:right; }
.header .search .btn { float:right; width:50px; height:25px; }
.header .search .btn input { width:50px; padding:0; height:25px; line-height:25px;  border:none; color:#FFF; cursor:pointer; background:url(../images/web/search3.png) 0 0 no-repeat; }
.header .search .type { float:right; width:78px; height:22px; margin:0 7px 0 0; _display:inline; position:relative; }
.header .search .type span.res { width:70px; height:25px; display:block; padding:0 5px; line-height:25px; color:#999; cursor:pointer; background:url(../images/web/search2.png) 0 0 no-repeat; text-align:left; color:#FFF; }
.header .search .txt { float:right; width:154px; height:25px; background:url(../images/web/search1.png) 0 0 no-repeat; _position:relative; text-align:left; }
.header .search .txt input { height:25px; line-height:25px; width:140px; padding:0 5px; border:none; background:none; color:#141414; _position:absolute; _left:0; _top:0; }
.header .search .drop { position:absolute; width:80px; background:#3c3c3b; left:0; top:25px; text-align:left; border-radius:0px; overflow:hidden; display:none; }
.header .search .drop dl { box-shadow:0 0 0px rgba(0,0,0,0.1) inset; }
.header .search .drop dt { height:20px; line-height:20px; color:#FFF; }
.header .search .drop span { padding-left:5px; display:block; cursor:pointer; }
.header .search .drop span:hover { background:#666; }
.header .tel { width:213px; height:54px; position:absolute; top:25px; left:420px; }
.header .tel img { width:213px; height:54px; }
/* navigation */
.navigation { height:44px; background:url(../images/home/navigation.png) 0 0 repeat-x; border:1px solid #d22000; border-bottom:none; width:1000px; margin:0 auto; }
.navigation .main { width:1000px; margin:0 auto; }
.navigation dl.nav1 { float:left; display:inline; }
.navigation dt.nav1 { float:left; width:102px; height:44px; position:relative; background:url(../images/home/naviLine.png) left center no-repeat; }
.navigation dd.home { padding-left:40px; float:left; height:44px; background:url(../images/home/home.png) 0 0 no-repeat; width:102px; }
.navigation dd.home a{display:block; height:44px; line-height:44px; font-size:14px; font-weight:700; color:#FFF; text-align:center; }
.navigation dd.home a:hover{color:#FFF; background:url(../images/home/naviCur.png) 0 0 no-repeat;}
/*.navigation dt.nav1 a{display:block; height:44px; line-height:44px; font-size:14px; font-weight:700; color:#FFF; text-align:center; }
.navigation dt.nav1 a:hover{color:#FFF; background:url(../images/home/naviCur.png) 0 0 no-repeat;}*/
.navigation a.nav1 { display:block; height:44px; line-height:44px; font-size:14px; font-weight:700; color:#FFF; text-align:center; }
.navigation a.nav1:hover{ color:#FFF;  }
.navigation dt.hover a.nav1, .navigation dt:hover a.nav1 { color:#FFF; background:url(../images/home/naviCur.png) 0 0 no-repeat; }
.navigation .drop { width:102px; background:url(../images/home/naviDrop.gif) 0 bottom no-repeat; padding-bottom:15px; position:absolute; left:0; top:44px; display:none; }
.navigation dt.hover .drop, .navigation dt:hover .drop { display:block; }
.navigation ul.nav2 {}
.navigation li.nav2 { height:34px; background:#da4300; }
.navigation a.nav2 { height:34px; line-height:16px; text-align:center; color:#FFF; font-size:12px; font-weight:400; display:block; }
.navigation a.nav2:hover { color:#FFF; background:url(../images/home/naviDropBg.gif) 0 bottom no-repeat #da4300; }
/* banner */
.banner { height:400px; background:#FFF; position:relative; margin:0 auto; width:1000px; overflow:hidden; }
.banner .main { width:1000%; overflow:hidden; }
.banner .scroll { overflow:hidden; height:400px; width:100%; }
.banner .scroll ul { width:500%; height:400px; }
.banner .scroll li { width:20%; height:400px; float:left; }
.banner .scroll img { width:1000px; height:400px; }
.banner .tip { position:absolute; height:20px; width:100%; left:0; bottom:20px; text-align:center; }
.banner .tip em { width:12px; height:12px; font-size:0; line-height:0; cursor:pointer; background:#CCC; display:inline-block; margin:0 5px; border-radius:12px; box-shadow:0 1px 2px rgba(0,0,0,0.1); }
.banner .tip em.cur { background:#090; }
/* 左右按钮 */
.banner .btn { width:1000px; height:300px; position:absolute; left:50%; margin-left:-500px; }
.banner .btn .arrow_l { width:50px; height:80px; background:url(../images/home/leftBtn.png) 0 0 no-repeat; position:absolute; top:160px; left:20px; cursor:pointer; }
.banner .btn .arrow_r { width:50px; height:80px; background:url(../images/home/rightBtn.png) 0 0 no-repeat; position:absolute; top:160px; right:20px; cursor:pointer; }
/* wrapper */
.wrapper { width:1000px; margin:0 auto; padding-top:35px; }
.wrapper .wrap, .wrapper .iwrap { width:998px; margin:0 auto; _overflow:hidden; }
.wrapper .wrap { min-height:400px !important; _height:400px; _overflow:visible; }
.part1 { height:310px; }
.part2 { height:auto; }
/* column */
.column { padding:10px; background:#FFF; margin-bottom:30px; _overflow:hidden; }
.column .thead { height:30px; overflow:hidden; border-bottom:1px solid #cbcbcb; margin-bottom:12px; }
.column .thead div.tit { float:left; width:200px; height:30px; line-height:30px; background:url(../images/home/tip3.gif) 0 center no-repeat;  }
.column .thead div.tit strong { color:#e03600; margin-left:15px; }
.column .thead div.more { float:right; width:50px; height:30px; line-height:30px; text-align:right; }
.column .thead a.more { margin-right:15px; display:block; height:30px; color:#FFF; font-weight:700; font-size:18px; }
.column .thead a.more:hover { color:#154f01; }
.column .thead div.sort { float:left; width:600px; height:30px; line-height:30px; color:#fba97d; }
.column .thead div.sort span { color:#333333; margin-right:3px; }
 .column .thead div.sort a { margin:0 7px; color:#ea5200; }
 .column .thead div.sort a:hover { text-decoration:underline; }
.column .tbody { background:#FFF; }
.column .tfooter {}
/* icase */
.icase {  }
.icase .tbody { position:relative; width:978px; }
.icase .main { width:948px; height:290px; float:right; }
.icase a.tip { position:absolute; left:-11px; top:50px; width:31px; height:194px; background:url(../images/home/tip4.png) 0 0 no-repeat; }
.icase a.layout { text-align:center; }
/* item1 */
.icase .item1 { width:290px; height:290px; overflow:hidden; position:relative; float:left; }
.icase .item1 img { width:290px; height:290px; display:block; }
.icase .item1 a.layout { width:290px; height:290px; bottom:-290px; }
/* item2 */
.group1 { width:290px; height:290px; overflow:hidden; float:left; margin-left:4px; display:inline; }
.icase .item2 { width:142px; height:139px; overflow:hidden; position:relative; float:left; }
.icase .item2 img { width:142px; height:139px; display:block; }
.icase .item2 a.layout { width:142px; height:139px; bottom:-139px; }
.icase .item2x { float:right; margin-bottom:6px; }
.icase .item3 { width:290px; height:145px; overflow:hidden; position:relative; float:left; }
.icase .item3 img { width:290px; height:145px; display:block; }
.icase .item3 a.layout { width:290px; height:145px; bottom:-145px; }
/* item4 */
.icase .item4 { width:202px; height:290px; overflow:hidden; position:relative; float:left; margin-left:4px; display:inline; }
.icase .item4 img { width:202px; height:290px; display:block; }
.icase .item4 a.layout { width:202px; height:290px; bottom:-290px; }
/* item5 */
.group2 { width:154px; height:290px; overflow:hidden; float:right; }
.icase .item5 { width:154px; height:142px; overflow:hidden; position:relative; }
.icase .item5 img { width:154px; height:142px; display:block; }
.icase .item5 a.layout { width:154px; height:142px; bottom:-142px; }
.icase .item5x { margin-bottom:6px; }
.icase a.layout { position:absolute; background:rgba(0,0,0,0.8) !important; filter:Alpha(opacity=80); background:#000; left:0; color:#FFF; }
.icase a.layout span { width:100px; height:40px; position:absolute; left:50%; top:50%; margin-left:-40px; margin-top:-20px; font-weight:700; }
/* icase2 */
.icase2 {}
.icase2 .tbody { position:relative; }
.icase2 .main { width:978px; overflow:hidden; *position:relative; }
.icase2 .main ul { float:left; height:165px; width:400%; }
.icase2 .main li.item { width:240px; height:165px; float:left; }
.icase2 .main li.item a.container { width:220px; height:165px; position:relative; display:block; margin:0 auto; }
.icase2 .main li.item img { width:220px; height:176px; }
.icase2 .main li.item span { width:220px; height:30px; line-height:30px; position:absolute; left:0; bottom:0; text-align:center; background:rgba(0,0,0,0.6) !important; filter:alpha(opacity=60); background:#000; }
.icase2 .main li.item font { color:#FFF; }
/* part1 */
.iabout { width:310px; float:left; height:260px; }
.iabout .main { height:205px; }
.iabout .main img { float:left; border:1px solid #cbcbcb; width:140px; height:100px; margin:0 10px 0 0; }
.iabout .main p { text-indent:2em; line-height:26px; }
.iabout .main p a { color:#ea5200; margin-left:10px; }
.iabout .main p a:hover { text-decoration:underline; }
.inews { width:360px; float:left; margin-left:10px; height:260px;}

.inews .main { height:205px; }
.inews .main ul { float:left; width:100%; }
.inews .main li.item { height:32px; line-height:32px; width:100%; float:left; background:url(../images/home/tip2.png) left center no-repeat; border-bottom:1px dotted #CCC; text-indent:15px; }
.inews .main li.item span { float:right; }
.inews .main li.item a { float:left; }


.icard { float:right; width:237px; height:260px;}
.icard .main { width:237px; height:205px; overflow:hidden; }
.icard .main img { width:237px; height:205px; }
/* part2 */
.idesign { float:left; width:700px; height:255px;}
.idesign .tbody { height:200px; }
.idesign .sort { width:500px !important; }
.idesign .main { float:left; width:675px; overflow:hidden; *position:relative; }
.idesign .arrow_r { float:right; width:25px; height:200px; background:#333; background:url(../images/home/arrow1.gif) center center no-repeat; cursor:pointer; }
.idesign .main ul { float:left; height:200px; width:400%; }
.idesign .main li.item { width:159px; height:200px; float:left; }
.idesign .main li.item a.container { width:150px; height:200px; position:relative; display:block; margin:0 auto; }
.idesign .main li.item img { width:150px; height:200px; }
.idesign .main li.item span { width:150px; height:30px; line-height:30px; position:absolute; left:0; bottom:0; text-align:center; background:rgba(0,0,0,0.6) !important; filter:alpha(opacity=60); background:#000; }
.idesign .main li.item font { color:#FFF; }
.icontact { float:right; width:234px; height:255px;}
.icontact .main { height:200px; line-height:25px; }
/* ilink */
.ilink { *margin-bottom:40px; *+height:105px; _height:110px; }
.ilink .mian { _height:80px; }
.ilink .main ul { float:left; }
.ilink .main li.item { width:180px; height:50px; float:left; margin:0 5px 10px; display:inline; }
.ilink .main a { width:178px; height:48px; border:1px solid #ddd; display:block; }
.ilink .main a:hover { border:1px solid #ec8666; }
.ilink .main img { width:178px; height:48px; }

/* tfooter */
.icase .tfooter, .icase2 .tfooter, .icard .tfooter, .inews .tfooter, .iabout .tfooter, .icontact .tfooter, .idesign .tfooter, .ilink .tfooter, .leftContact .tfooter { width:998px; height:12px; background:url(../images/home/b1.png) center bottom no-repeat; position:relative; top:22px; _top:22px;left:-10px; }
.icard .tfooter, .icontact .tfooter { width:260px; background:url(../images/home/b4.png) center top no-repeat;}
.inews .tfooter { width:390px; background:url(../images/home/b3.png) center top no-repeat; }
.iabout .tfooter { width:330px; background:url(../images/home/b2.png) center top no-repeat; _top:20px; }
.idesign .tfooter { width:728px; background:url(../images/home/b5.png) center top no-repeat; _top:18px; }
.leftContact .tfooter  { width:236px; background:url(../images/home/b6.png) center top no-repeat;}
.ilink .tfooter { _top:24px; }
/* footer */
.footer { background:#FFF; }
.footer .subnav { height:44px; background:url(../images/home/subNavi.gif) left top repeat-x; margin-bottom:15px; }
.footer .subnav .main { width:1000px; height:40px; line-height:40px; margin:0 auto; text-align:center; color:#FFF; }
.footer .subnav .main a { display:inline-block; height:40px; background:url(../images/home/subLine.gif) left center no-repeat; width:100px; text-align:center; font-size:12px; color:#FFF; }
.footer .subnav .main a:hover{ font-weight:bold;}
.footer .foot { width:980px;  margin:0 auto; min-height:100px !important; _height:100px; overflow:visible; text-align:center; color:#FFF; }
.footer .foot { color:#555; line-height:25px; padding-bottom:0px; }
.footer .foot a { margin:0; color:#555; }
.footer .foot a:hover { color:#e13a00; text-decoration:underline; }

/* sidebar */
.sidebar { width:235px; float:left; _overflow:hidden; }
.content { width:745px; float:right; }
.sidebar div.h1 { width:235px; height:49px; line-height:49px;  background:url(../images/home/sidebarTop.gif) 0 0 no-repeat; font-size:16px;font-weight: bold; color:#FFF; text-align:center; }
.sidebar .leftBar { width:235px; background:url(../images/home/b6.png) center bottom no-repeat; margin-bottom:10px; padding-bottom:12px; }
.sidebar .leftnav { background:#FFF; padding-bottom:10px; }
.sidebar .leftnav ul { width:198px; float:left; margin-left:17px; padding-top:20px; display:inline; }
.sidebar .leftnav li.item { float:left; width:100%; margin-bottom:8px; }
.sidebar .leftnav a.nav2 { display:block; height:29px; line-height:29px; background:url(../images/home/sidebarNav1.png) 0 0 no-repeat; text-align:center; color:#444; }
.sidebar .leftnav a.nav2:hover, .sidebar .leftnav a.hover { color:#FFF; background:url(../images/home/sidebarNav1Hover.png) 0 0 no-repeat; }
.sidebar .leftnav dl.drop { padding-top:5px; display:none; }
.sidebar .leftnav dl.drop dd { margin-bottom:5px; }
.sidebar .leftnav dl.drop a { display:block; height:24px; line-height:24px; text-align:center; background:url(../images/home/sidebarNav2.png) 0 0 no-repeat; color:#444; }
.sidebar .leftnav dl.drop a:hover { background:url(../images/home/sidebarNav2Hover.png) 0 0 no-repeat; color:#FFF; }
.leftContact .main { padding:10px 5px; }
/* sitepath */
.sitepath { float:right; width:300px; height:30px; line-height:30px; text-align:right; padding-right:15px; }
.sitepath span { color:#555; margin-right:10px; }
.sitepath a { color:#555; }
.sitepath a:hover { color:#e03600; }

.loading { color:#146cce; height:40px; line-height:40px; background:url(../images/img/loading02.gif) 5px center no-repeat; padding-left:30px; }
